home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / tpwplay.zip / BUILDBUG.BAT < prev    next >
DOS Batch File  |  1993-07-13  |  206b  |  8 lines

  1. rem Build the Player program with debug info
  2. rem ----------------------------------------
  3. brc -r Player.rc
  4. bpc/b/cw/v CdInfo.pas
  5. bpc/b/cw/v WaveInfo.pas
  6. bpc/b/cw/v MidiInfo.pas
  7. bpc/b/cw/v Player.pas
  8.